home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / tm211_1.arc / SCR.ARC / RBBS.SCR < prev    next >
Text File  |  1990-06-06  |  273b  |  18 lines

  1. ;
  2. ; RBBS.SCR is a log on script file for RBBS
  3. ;
  4.  
  5. FirstName = "first"          ; put your name here
  6. LastName = "last"
  7.  
  8. Waitfor 0                    ; unlimited waiting time
  9.  
  10. Waitfor "first"
  11. Put FirstName
  12. Delay 5
  13. Put LastName
  14.  
  15. Waitfor "password",5
  16. Put "^&"
  17.  
  18.